Click or drag to resize

NotificationExecuteAssemblyProtectedCode Method

Overload List
  NameDescription
Public methodStatic memberExecuteAssemblyProtectedCode(Action)
If a Notification object is only allowed to be modified by certain assemblies, then any code that interacts with it must be wrapped around this method, or a InvalidOperationException will be thrown. For performance reasons, the code wrapped by this method should be kept as simple as possible.
Public methodStatic memberExecuteAssemblyProtectedCodeTResult(FuncTResult)
If a Notification object is only allowed to be modified by certain assemblies, then any code that interacts with it must be wrapped around this method, or a InvalidOperationException will be thrown. For performance reasons, the code wrapped by this method should be kept as simple as possible.
Top
See Also