A class used for running WCF Services on STA Threads.

Namespace: MonoSoftware.Core.WCF
Assembly: MonoSoftware.Core (in MonoSoftware.Core.dll) Version: 1.0.40.669 (1.0.40.669)

Syntax

C#
public class STAOperationBehaviorAttribute : Attribute, 
	IOperationBehavior
Visual Basic
Public Class STAOperationBehaviorAttribute
	Inherits Attribute
	Implements IOperationBehavior
Visual C++
public ref class STAOperationBehaviorAttribute : public Attribute, 
	IOperationBehavior
F#
type STAOperationBehaviorAttribute =  
    class
        inherit Attribute
        interface IOperationBehavior
    end

Remarks

Origin: http://www.scottseely.com/Blog/09-07-17/Calling_an_STA_COM_Object_from_a_WCF_Operation.aspx Usage: [STAOperationBehavior] Method Definition

Inheritance Hierarchy

System..::..Object
  System..::..Attribute
    MonoSoftware.Core.WCF..::..STAOperationBehaviorAttribute

See Also