Dela via


RoleRuntimeBridge.Initialize Method (String )

 

Namespace:   Microsoft.WindowsAzure.ServiceRuntime.Implementation.Loader
Assembly:  Microsoft.WindowsAzure.ServiceRuntime (in Microsoft.WindowsAzure.ServiceRuntime.dll)

Syntax

public void Initialize(
    string[] args
)
public:
void Initialize(
    array<String^>^ args
)
member Initialize : 
        args:string[] -> unit
Public Sub Initialize (
    args As String()
)

Parameters

See Also

RoleRuntimeBridge Class
Microsoft.WindowsAzure.ServiceRuntime.Implementation.Loader Namespace

Return to top