Exemplo n.º 1
0
 public void SetClientInformation(PlayerInformation playerInformation, out int asyncHandle, SyncFlags flags, object asyncContext)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 2
0
 public void SetPeerInformation(PlayerInformation playerInformation, SyncFlags flags, object asyncContext)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 3
0
 public void SetClientInformation(PlayerInformation playerInformation, SyncFlags flags)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 4
0
 public void SetPeerInformation(PlayerInformation playerInformation, out int asyncHandle, SyncFlags flags)
 {
     throw new NotImplementedException();
 }