IAuthInitializeGetCredentialsDelegate Delegate |
Namespace: GemStone.GemFire.Cache.Generic
public delegate Properties<string, Object> GetCredentialsDelegate( Properties<string, string> props, string server )
Public Delegate Function GetCredentialsDelegate ( props As Properties(Of String, String), server As String ) As Properties(Of String, Object)
public delegate Properties<String^, Object^>^ GetCredentialsDelegate( Properties<String^, String^>^ props, String^ server )
type GetCredentialsDelegate = delegate of props : Properties<string, string> * server : string -> Properties<string, Object>